home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Field Trip to the Sky (Demo)
/
Mac_Sunburst_AFieldTripToTheSky-Demo.iso
/
DIR
/
SHARED.DIR
/
01309_Script_Guide Full Screen
< prev
next >
Wrap
Text File
|
1996-03-27
|
954b
|
52 lines
on enterFrame
global gZoomImage, gAlbumFileList
set i to (the frame - marker(0))/3
if gZoomImage <> (i+1) then
set gZoomImage to i + 1
set the text of cast "Zoom Caption" to line (gZoomImage * 2 - 1) to gZoomImage * 2 of ¨
the text of cast "Album Captions"
set the textFont of cast "Zoom Caption" to "palatino"
captionShort()
doFlush()
end if
cursor -1
end
on exitFrame
go to the frame
end
on mouseDown
set the visible of sprite 5 to FALSE
set c to the castNum of sprite 5
if c <= 0 OR the clickOn <> 5 then
if the locv of sprite 9 < 1000 then
captionShort(word 1 of the frameLabel)
end if
if c > 0 then
set the movieRate of sprite 5 to 0
--set the movieTime of sprite 5 to 0
end if
go to the frame + 1
end if
set the visible of sprite 5 to TRUE
end